Welcome![Sign In][Sign Up]
Location:
Search - linux fb

Search list

[Software Engineeringfb-driver-good02xaut-chapter01

Description: Linux下的LCD驱动设计(framebuffer)详细资料,嵌入式下LCD 驱动开发顶好!
Platform: | Size: 276683 | Author: 彭建 | Hits:

[Linux-Unixfb.tar

Description: 在字符终端显示时钟 fb-characters in Terminal Display clock fb
Platform: | Size: 2048 | Author: 陈文姓 | Hits:

[Other Embeded programuc_gui_3.24__linux.tar

Description:
Platform: | Size: 3782656 | Author: | Hits:

[Game ProgramLinux_diamond_game_sourcecode

Description: 一个在linux下用c基于fb语言编写的五子棋游戏,能方便移植到多种嵌入式设备中-using c fb language based on the 331 games, easy to transplant a variety of embedded devices
Platform: | Size: 7168 | Author: leelqrose | Hits:

[OtherDirectFB-1.0.1.tar

Description: DirectFB-1.0.1可用于linux的嵌入式GUI-DirectFB-1.0.1 can be used for linux embedded GUI
Platform: | Size: 2499584 | Author: zw | Hits:

[Linux-Unixmp4player_using_fb0

Description: 一个使用 linux编写的mpeg4解码代码,包括mpeg4解码库和示例代码-Linux prepared using mpeg4 codec code, including mpeg4 decoder library and sample code
Platform: | Size: 15936512 | Author: mijunwen | Hits:

[Embeded LinuxEGui-2006-04-16.tar

Description: EGui是一个开源的图形系统软件,类似于QT/Embedded、GTK-FB、MicroWindow。目标是嵌入式平台整合解 决方案。基于Linux Framebuffer 设备驱动上实现。有完整的画点、线、矩形等操作。 他分以下几个部分: * 驱动部分; * 图形基本绘画部分; * widget 控件部分。-EGui is a graphical open source system software, similar to QT/Embedded, GTK-FB, MicroWindow. Target is embedded platform integration solutions. Based on the Linux Framebuffer device drivers realize. Have a complete picture point, line, rectangle, etc. to operate. He points the following sections:* part-driven * graphics part of the basic painting * widget control part.
Platform: | Size: 544768 | Author: dipeng | Hits:

[Software Engineeringfb-driver-good02xaut-chapter01

Description: Linux下的LCD驱动设计(framebuffer)详细资料,嵌入式下LCD 驱动开发顶好!-Linux under the LCD-driven design (framebuffer) detailed information, embedded under the LCD-driven development TENHAO!
Platform: | Size: 276480 | Author: 彭建 | Hits:

[Embeded Linuxframebuffer

Description: 利用framebuffer画小企鹅 Linux的framebuffer接口提供给用户访问显示设备的通用接口,通过mmap映射显示缓冲给用户,fb中我们设置什么值,将直接在屏幕上显示出来。本实验我们要利用framebuffer在屏幕上显示一个小企鹅,可以接读取bmp图片,设置framebuffer的值,或者利用include/linux/linux_logo.h文件(该文件已经定义好小企鹅的颜色和位置信息),设置framebuffer的值。本实验采用的是第二种方法。只要读取linux_logo.h中数组的值,进行相应的移位操作,将值赋给fb即可在屏幕上显示出小企鹅 。-Framebuffer draw using the framebuffer Little Penguin Linux interface to the user access to the display device of the common interface, through mmap mapped display buffer to the user, fb set up what we value, will be directly displayed on the screen. This experiment we want to use framebuffer on the screen, a small penguin, you can then read bmp images, set up framebuffer value, or the use of include/linux/linux_logo.h file (the file has the definition of a good little penguins color and location information) , set the value of framebuffer. Used in this experiment is the second method. Linux_logo.h read in as long as the value of the array, the corresponding shift operation, the value assigned to fb can be displayed on the screen small penguins.
Platform: | Size: 7168 | Author: 果法 | Hits:

[Linux-Unixfb_display

Description: linux framebuffer应用程序,演示如何在用户空间进行framebuffer编程。-linux framebuffer applications, demonstrate how the user space programming framebuffer.
Platform: | Size: 3072 | Author: barrysong | Hits:

[Linux-Unixframebuffer

Description: 帧缓冲#include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdint.h> #include <unistd.h> #include <fcntl.h> #include <sys/ioctl.h> #include <sys/mman.h> #include <asm/page.h> #include <linux/fb.h> #define TRUE 1 #define FALSE 2 //a framebuffer device structure typedef struct fbdev{ int fb unsigned long fb_mem_offset unsigned long fb_mem struct fb_fix_screeninfo fb_fix -Frame buffer# Include <stdio.h># Include <stdlib.h># Include <string.h># Include <stdint.h># Include <unistd.h># Include <fcntl.h># include <sys/ioctl.h># include <sys/mman.h># include <asm/page.h># include <linux/fb.h># define TRUE 1# define FALSE 2// a framebuffer device structure typedef struct fbdev (int fb unsigned long fb_mem_offset unsigned long fb_mem struct fb_fix_screeninfo fb_fix
Platform: | Size: 1024 | Author: hjintian | Hits:

[Linux-UnixFrameBuffer_Princeple_Application

Description: Frame Buffer 的原理及应用 非常好的一篇讲解Framebuffer的文章,内附有源代码-Frame Buffer Principle and Application of a very good article on the Framebuffer, containing source code
Platform: | Size: 23552 | Author: raoxuefeng | Hits:

[Linux-Unixlinux_fb

Description: linux framebuffer 的demo代码,短小精干。。。文件虽小,功能的API 调用都全了。-linux FB
Platform: | Size: 2048 | Author: 王敏 | Hits:

[Embeded Linuxfb_test_linux_mips

Description: 基于mips linux 系统中framebuffer 的测试程序,对于调试qt 显示非常有用。 -mips linux fb test for qt development.
Platform: | Size: 2048 | Author: 郑晟 | Hits:

[Embeded Linuxfb.tar

Description: 利用mmap在frambuffer中画点,划线,图形,ioctl功能实现-Using mmap in frambuffer in drawing point dash, graphics, ioctl function realization
Platform: | Size: 1024 | Author: szw | Hits:

[Embeded Linuxfbtest

Description: Linux 2.6.18 Frame buffer OSD測試程式碼。 方便新手開發者,測試硬體顯示功能是否正確。-Linux 2.6.18 Frame buffer OSD test code. Novice developers to easily test hardware display correctly.
Platform: | Size: 1024 | Author: 小白 | Hits:

[Linux-Unixbfin-t350mcqb-fb

Description: linux系统上的一个LCD Framebufer框架驱动程序代码-Linux system on a LCD Framebufer framework driver code
Platform: | Size: 5120 | Author: Rubyer818 | Hits:

[Linux-Unixbfin-lq035q1-fb

Description: linux系统上的一个SHARP LQ035Q1DH02 LCD帧缓冲驱动程序源码-linux system on a SHARP LQ035Q1DH02 LCD frame buffer driver source code
Platform: | Size: 6144 | Author: Rubyer818 | Hits:

[Linux-Unixda8xx-fb

Description: linux系统上一个基于TI编写的雪崩处理器的LCD驱动器程序源码,欢迎借鉴-linux system on TI written Avalanche processor-based LCD driver program source code, welcomed the draw
Platform: | Size: 8192 | Author: norfly | Hits:

[Linux-Unixlinux fb-test-帧缓冲 两个例子(完整源代码)

Description: linux fb-test-帧缓冲 两个例子(完整源代码)(Linux fb-test- frame buffer two examples (complete source code).)
Platform: | Size: 9216 | Author: lisq789 | Hits:
« 12 3 4 »

CodeBus www.codebus.net